ComponentOne Data Source for Entity Framework
C1.LiveLinq.Listeners Namespace / PropertyChangeListener<T> Class / GetListeningProperties Method

In This Topic
    GetListeningProperties Method
    In This Topic
    Gets the list of property names for which change notifications are supported.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetListeningProperties() As System.Collections.Generic.IEnumerable(Of String)
    public abstract System.Collections.Generic.IEnumerable<string> GetListeningProperties()
    See Also